home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / B-C / Clean C.cpt / C Clean Folder / Rap / Rap
Encoding:
Text File  |  1988-10-29  |  2.2 KB  |  55 lines  |  [TEXT/KAHL]

  1. _Clean C is a modestly useful utility that zaps gremlins (invisible
  2. characters) and uneeded blanks (spaces and tabs) from text files, 
  3. as well as counting lines of source code. 
  4.  
  5. To use _Clean C, place it in the target source file folder, then
  6. launch it.  _Clean C reads through 'TEXT' files, ignoring any others.
  7. Hit a key or click the mouse when _Clean C is finished to quit.
  8.  
  9. _Clean C works with any text file, zapping gremlins and counting
  10. non-black lines.  _Clean C has been thoroughly tested, and is 
  11. proven safe.
  12. /* test _Clean C on this file in its own folder; you'll see the zap count
  13.     and a count of the comment lines.  you'll also see these gone: ø˙ ∫ */ 
  14.  
  15. _Clean C is programmed especially for counting comment lines
  16. of C code (hence, the name _Clean C).  If run on Pascal code, for
  17. example,  _Clean C will correctly count the source lines, but
  18. will not recognize comment lines.  Unless you're some bit twiddler
  19. that thinks "if it was hard to write, it should be hard to read",
  20. you know that comments enhance code maintainability.  
  21. As The Midnight Hacker always sez,
  22. "If it's worth writing, it's worth reading.  Keep it Clean."
  23.  
  24. Because of the underscore, _Clean C is conveniently found at or near 
  25. the end of a folder displayed by 'Name'.
  26.  
  27. Any comments or suggestions may be sent to G.Odom, via GEnie.
  28. The Midnight Hacker doesn't answer his mail, but will accept
  29. sacks of cash in small, unmarked bills.
  30. _Clean C is free, not for sale.  
  31. (Me and the Hacker had a big argument over this one.  I won.)
  32. However, The Midnight Hacker sez he'll part with the source code 
  33. for $10.  Leave a message with G.Odom on GEnie if you're interested.    
  34.  
  35. /* 
  36. A programmer's life is full of woe.
  37. Always bugs, many lines to go.
  38. When it just won't work, to your boss you're confessing,
  39. Put a smile on your lips by remembering this blessing...
  40.  
  41. May your designs be elegant, your hacks beneficent.
  42. May the compiler smile upon you, and be gracious unto you.
  43. May your project lift up your countenance, and bring you peace.
  44. May the Code be with you, both now and forever more.
  45.  
  46. The Midnight Hacker
  47. */
  48.  
  49. _Clean C is ©1988 by Gary Odom and The Midnight Hacker.
  50. All rights reserved.  Satisfaction guaranteed or your money back.
  51.  
  52.  
  53.     
  54.     
  55.